home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / theLifeArk.swf / scripts / DefineSprite_544 / frame_74 / DoAction.as
Encoding:
Text File  |  2011-09-19  |  392 b   |  12 lines

  1. _global.scene.pwSource.disapear();
  2. _global.scene.cloud.disapear();
  3. _global.scene.pot.disapear();
  4. _global.scene.stoneDoorAni.disapear();
  5. _global.ctn.sndCtrl.playSound("snd_stoneSpin");
  6. if(!_global.scene.pzArkScoreOver)
  7. {
  8.    _global.scene.pzArkScoreOver = true;
  9.    _global.ctn.game.addScore(354,478,137,120);
  10.    _global.ctn.game.addScore(20,Math.round(5 * Math.random()),137,120);
  11. }
  12.